ComponentOne Xamarin Edition
GroupAsync<T>(ICollectionView<T>,Expression<Func<T,Object>>) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class > GroupAsync Method : GroupAsync<T>(ICollectionView<T>,Expression<Func<T,Object>>) Method
The collection view.
The group path.
Groups the collection view according to the specified group path.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__30`1[T])] 
[Extension()] 
public static Task GroupAsync<T>( 
   ICollectionView<T> collectionView, 
   Expression<Func<T,object>> groupPath 
) 
where T: class

Parameters

collectionView
The collection view.
groupPath
The group path.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members
Overload List